home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Util / virus / xvslibrary.lha / xvs / Developer / ReadMe.TXT
Text File  |  2004-01-15  |  2KB  |  37 lines

  1. If you need additionally include files, use fd2pragma utility. It can be
  2. found in Aminet under name dev/misc/fd2pragma.lha.
  3.  
  4. It is able to produce stub libraries, lvo, proto and pragma files and a lot
  5. of other stuff.
  6.  
  7. The inline files in directory inline will work with GCC and VBCC.
  8. The pragma files will work with SAS, Maxon, Storm, Dice and Aztec compiler.
  9. The proto files will work with all of these compilers!
  10.  
  11. Most of these files were automatically created with fd2pragma (2.139 or
  12. better):
  13. fd2pragma SPECIAL   6 INFILE SFD/xvs_lib.sfd TO C/pragma
  14. fd2pragma SPECIAL  18 INFILE SFD/xvs_lib.sfd TO AmigaE/
  15. fd2pragma SPECIAL  40 INFILE SFD/xvs_lib.sfd TO C/inline
  16. fd2pragma SPECIAL  38 INFILE SFD/xvs_lib.sfd TO C/proto
  17. fd2pragma SPECIAL  70 INFILE SFD/xvs_lib.sfd TO C/inline
  18. fd2pragma SPECIAL  23 INFILE SFD/xvs_lib.sfd TO ASM/lvo
  19. fd2pragma SPECIAL 110 INFILE SFD/xvs_lib.sfd TO FD COMMENT
  20. fd2pragma SPECIAL 111 INFILE SFD/xvs_lib.sfd TO C/clib COMMENT COPYRIGHT "Georg Hörmann and Dirk Stöcker"
  21.  
  22. For GCC you may delete the pragma directory.
  23. For all the other C compilers you may delete the inline directory,
  24. but use pragma instead. Do not rename pragma to pragmas or change
  25. the file names! When pragma does not exist, please create it.
  26.  
  27. Always call files in proto directory instead of clib, inline or pragma
  28. directory! This makes usage of different compilers possible.
  29.  
  30. You need not to modify any of the include files or change their names!
  31.  
  32.  
  33. Dirk Stöcker <stoecker@epost.de>
  34.  
  35. 13th December 2001
  36.  
  37.